home *** CD-ROM | disk | FTP | other *** search
/ Computer Games 95 / Computer Games 95.iso / demos / medieval / _SETUP.1 / MedievalDemo.exe / 0 / RCDATA / TVICTORYSCRN / TVICTORYSCRN.txt < prev   
Encoding:
Text File  |  1998-06-16  |  2.1 KB  |  99 lines

  1. object VictoryScrn: TVictoryScrn
  2.   Left = 209
  3.   Top = 135
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Victory'
  7.   ClientHeight = 137
  8.   ClientWidth = 513
  9.   Color = clBlack
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object My_Panel1: TMy_Panel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 513
  23.     Height = 137
  24.     BevelWidth = 4
  25.     Color = clBlack
  26.     TabOrder = 0
  27.     Picture.Data = {<image000.bmp>}
  28.     Picture_Draw = kTile
  29.     object Label1: TLabel
  30.       Left = 136
  31.       Top = 32
  32.       Width = 181
  33.       Height = 24
  34.       Caption = 'The Battle is Over...'
  35.       Font.Charset = ANSI_CHARSET
  36.       Font.Color = 1885661
  37.       Font.Height = -24
  38.       Font.Name = 'Kelt'
  39.       Font.Style = []
  40.       ParentFont = False
  41.       Transparent = True
  42.     end
  43.     object Label2: TLabel
  44.       Left = 136
  45.       Top = 56
  46.       Width = 285
  47.       Height = 24
  48.       Caption = 'The Norman Army is Victorious!'
  49.       Font.Charset = ANSI_CHARSET
  50.       Font.Color = 1885661
  51.       Font.Height = -24
  52.       Font.Name = 'Kelt'
  53.       Font.Style = []
  54.       ParentFont = False
  55.       Transparent = True
  56.     end
  57.     object My_Panel2: TMy_Panel
  58.       Left = 138
  59.       Top = 112
  60.       Width = 367
  61.       Height = 17
  62.       Color = clBlack
  63.       TabOrder = 0
  64.       Picture.Data = {<image001.bmp>}
  65.       Picture_Draw = kStrech
  66.     end
  67.     object OkBtn: TButton
  68.       Left = 458
  69.       Top = 83
  70.       Width = 43
  71.       Height = 23
  72.       Caption = 'OK'
  73.       Font.Charset = ANSI_CHARSET
  74.       Font.Color = clBlack
  75.       Font.Height = -16
  76.       Font.Name = 'Kelt'
  77.       Font.Style = []
  78.       ParentFont = False
  79.       TabOrder = 1
  80.       OnClick = OkBtnClick
  81.     end
  82.     object Panel1: TPanel
  83.       Left = 8
  84.       Top = 8
  85.       Width = 123
  86.       Height = 123
  87.       Color = clBlack
  88.       TabOrder = 2
  89.       object Image1: TImage
  90.         Left = 1
  91.         Top = 1
  92.         Width = 120
  93.         Height = 120
  94.         Picture.Data = {<image002.bmp>}
  95.       end
  96.     end
  97.   end
  98. end
  99.